Q3ViewPlaneCamera_SetHalfHeight
You can use theQ3ViewPlaneCamera_SetHalfHeight
function to set the half-height of the object specifying a view plane camera.
TQ3Status Q3ViewPlaneCamera_SetHalfHeight ( TQ3CameraObject camera, float halfHeightAtViewPlane);
camera
- A view plane camera object.
halfHeightAtViewPlane
- The desired half-height of the cross section of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_SetHalfHeight
function sets the half-height of the cross section of the viewed object of the camera specified by thecamera
parameter to the value specified in thehalfHeightAtViewPlane
parameter.